home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / selfstorage.swf / scripts / DefineSprite_93 / frame_1 / PlaceObject3_76_355 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2008-03-17  |  337b  |  21 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.int_anleitung_zeigen == 1)
  3.    {
  4.       if(this._x > 204)
  5.       {
  6.          this._x -= 20;
  7.       }
  8.       if(this._x < 204)
  9.       {
  10.          this._x = 204;
  11.       }
  12.    }
  13.    if(_root.int_anleitung_zeigen == 0)
  14.    {
  15.       if(this._x < 705)
  16.       {
  17.          this._x += 20;
  18.       }
  19.    }
  20. }
  21.